home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Complete Linux
/
Complete Linux.iso
/
docs
/
apps
/
database
/
postgres
/
postgre1.z
/
postgre1
/
video
/
script-17
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-08-27
|
304 b
|
10 lines
/*
* we can also use rule to handle view updates.
* For example, to handle insertion to toyemp we can define the rule:
*/
define rewrite rule toyemp_app is
on append to toyemp do instead
append emp(name = new.name, age = new.age, location = new.location,
dept = "toy", salary = new.annualsal/12)
\p